Welcome![Sign In][Sign Up]
Location:
Search - routing linux

Search list

[Internet-NetworkMCRSIM_orign

Description: 一个linux下的各种组播路由算法编程, 从国外的一个教授的主页上下载的,后面还有一个windows 的版本-a variety of multicast routing algorithm programming from a foreign professor's home page download and there are a windows version
Platform: | Size: 723543 | Author: 唐求 | Hits:

[Other resourcemrsim-win

Description: winwods下的组播路由算法仿真程序, vc6开发,是根据上次传的linux版本 改编而成。-winwods the multicast routing algorithm simulation program, vc6 development, is based on the previous version of Linux-wing.
Platform: | Size: 785083 | Author: 唐求 | Hits:

[Develop ToolsIPRouting

Description: 这是一本介绍Linux平台下的Ip路由方面的书籍,对于构建一个安全的Linux平台的用户来说,是必须掌握和了解的。-This is a Linux platform on the Ip routing of books, Construction of a security for the Linux users, must grasp and understand.
Platform: | Size: 6142249 | Author: ranlong | Hits:

[TCP/IP stackospfd.10.tar

Description: 路由协议ospf实现源码,linux下的ospf的实现-routing protocol ospf achieve source code, under the linux ospf Implementation
Platform: | Size: 204482 | Author: 彭绍红 | Hits:

[Internet-Networksetr

Description: linux 路由设置程序,linux 服务器作 路由器时,可用平动态设置路由-linux routing setup program, linux server as router, can be dynamically set the routing level
Platform: | Size: 2048 | Author: bigdartax | Hits:

[Program docThe_Linux_Networking_Architecture

Description: 除了PPP、IP、防火牆、路由、TCP、NAT、UDP及套接字等核心問題外,本書還討論了最新的協議及協議擴展,譬如各種DSL訪問技術中用到的PPPoE協議、Bluetooth(藍牙)四驅動程序及QoS(Quality-of-Service,服務質量)支持等-In addition to PPP, IP, firewall, routing, TCP, NAT, UDP, and sockets and other core issues, this book also discusses the latest protocol and protocol extensions, such as a variety of DSL access technologies used in the PPPoE protocol, Bluetooth (Bluetooth) 4 driver, and QoS (Quality-of-Service, Quality of Service) support, etc.
Platform: | Size: 9060352 | Author: essle9 | Hits:

[Internet-NetworkStaticRouter

Description: 设计和实现一个简单的静态路由机制,用以取代Linux自身通过ip forwarding实现的静态路由方式,进而加深对二三层协议衔接及静态路由的理解。使用socket编程。运行环境linux,内含源代码、配置文件以及使用说明。是学习socket编程和网络通信的好东西。-Design and implementation of a simple static routing mechanism, to replace the Linux self-realization through the ip forwarding static routing, and further the convergence of the two three-and static routing protocol understanding. Use socket programming. Operating environment linux, containing the source code, configuration files and instructions for use. Is to learn socket programming and network communication a good thing.
Platform: | Size: 4096 | Author: | Hits:

[GPS developgpsr-etx

Description: gpsr路由协议c++实现,添加了除了距离因素以外的链路质量因素作为选路判据。-gpsr rouintg protocol, which added a new routing metric called etx in the original code.
Platform: | Size: 294912 | Author: 姜丽君 | Hits:

[Embeded Linuxwayos

Description: 通用路由器用嵌入式linux路由系统,功能超强-General Router with embedded linux routing system, functional super
Platform: | Size: 3353600 | Author: 天下笑 | Hits:

[CommunicationTCP-IP-and--IPX-routing

Description: This tutorial is intended to supply enough information to set up a relatively simple WAN or Internet-connected LAN using WANPIPE™ router cards or other routers. Explanations of IP addresses, classes, netmasks, subnetting, and routing are provided, and several example networks are considered. Example address and routing configurations are provided for running WANPIPE™ router cards under the following protocol stacks and platforms: Unix and Linux., Microsoft TCP/IP on Windows NT Workstation/Server and Windows 95, and others.-This tutorial is intended to supply enough information to set up a relatively simple WAN or Internet-connected LAN using WANPIPE™ router cards or other routers. Explanations of IP addresses, classes, netmasks, subnetting, and routing are provided, and several example networks are considered. Example address and routing configurations are provided for running WANPIPE™ router cards under the following protocol stacks and platforms: Unix and Linux., Microsoft TCP/IP on Windows NT Workstation/Server and Windows 95, and others.
Platform: | Size: 86016 | Author: ghassan | Hits:

[Technology ManagementLINUX

Description: Liunux下跟踪路由,监测网络是否正常-Tracking routing
Platform: | Size: 14336 | Author: liqi | Hits:

[Internet-NetworkStatic-Routing

Description: 在linux环境下模拟了基本的静态路由,网络搭建在几台虚拟机之间。-Linux environment to simulate the basic static routing, network structures between several virtual machines.
Platform: | Size: 65536 | Author: 龙飞 | Hits:

[Internet-NetworkLinux-Router

Description: Linux下利用Raw Socket实现静态路由转发。详情参考内置pdf文档-Under Linux use the Raw Socket realize static routing forwarding. Refer built-in pdf document
Platform: | Size: 548864 | Author: 周杰 | Hits:

[Linux-UnixLINUX

Description: 1. 在Linux系统中,以 文件 方式访问设备 。 2. Linux内核引导时,从文件 /etc/fstab 中读取要加载的文件系统。 3. Linux文件系统中每个文件用 i节点 来标识。 4. 全部磁盘块由四个部分组成,分别为引导块 、专用块 、 i节点表块 和数据存储块。 5. 链接分为: 硬链接 和 符号链接 。 6. 超级块包含了i节点表 和 空闲块表 等重要的文件系统信息。 7. 某文件的权限为:d-rw-_r--_r--,用数值形式表示该权限,则该八进制数为: 644 ,该文件属性是 目录 。 8. 前台起动的进程使用 Ctrl+c 终止。 9. 静态路由设定后,若网络拓扑结构发生变化,需由系统管理员修改 -1 papers on a Linux system to access the device. Linux kernel boot time, is read from the file/etc/fstab file to load system. Linux file system, each file i-node to identify. Disk block consists of four parts, namely boot block, a dedicated block, i-node table block and data storage block. 5 links divided into: hard links and symbolic links. Superblock contains the i-node table and free block table file system information. 7. Permissions of a file: d-rw-_r- _r- A numeric representation of the permissions, the octal number: 644 the attributes of the file is a directory. 8. The reception starting process use Ctrl+c termination. Static routing, network topology changes need to be modified by the system administrator
Platform: | Size: 18432 | Author: 刘涛 | Hits:

[Linux-Unixrouting

Description: Linux batadv check management packet.
Platform: | Size: 8192 | Author: vaopinsa | Hits:

[Software EngineeringRouting

Description: 為了學習 ARM LINUX 嵌入式作業系統的開發,筆者買了一塊 MINI2440 開發板
Platform: | Size: 5872640 | Author: malalpterkevinkidd | Hits:

[Internet-Networkrouting

Description: LINUX中NS2的路由仿真脚本,相同仿真环境中分别使用aodv,dsdv和dsr路由协议,可以用来进行性能对比-NS2 routing code
Platform: | Size: 4096 | Author: 钱玉文 | Hits:

[Linux-Unixivtv-routing

Description: Audio video-routing-related ivtv for Linux v2.13.6.
Platform: | Size: 2048 | Author: frdnzn | Hits:

[Internet-Networksourcecode

Description: 一个linux上简单的静态路由,能收发包(A simple static routing on the Linux can receive the contract)
Platform: | Size: 5120 | Author: 木偶猫 | Hits:

[Internet-Networkmcast.tar

Description: multicast routing for ns2 simulator
Platform: | Size: 101376 | Author: ram1000 | Hits:
« 1 2 34 5 6 7 »

CodeBus www.codebus.net